github.com/golang/mock/gomock.Call.isPreReq (method)

3 uses

	github.com/golang/mock/gomock (current package)
		call.go#L265: func (c *Call) isPreReq(other *Call) bool {
		call.go#L267: 		if other == preReq || preReq.isPreReq(other) {
		call.go#L281: 	if preReq.isPreReq(c) {